home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / win / whttpd14.zip / CGI-DOS / FORM-RPT.BAT < prev    next >
DOS Batch File  |  1994-04-20  |  367b  |  14 lines

  1. rem
  2. rem     Used with example forms in the Windows httpd documentation
  3. rem     Too bad angle brackets can't be echoed by COMMAND.COM...
  4. rem     Get a better shell!
  5. rem
  6. set of=%output_file%
  7. echo Content-type:text/html > %of%
  8. echo. >> %of%
  9. type c:\httpd\cgi-bin\form-rpt.pre >> %of%
  10. type %CONTENT_FILE% >> %of%
  11. type c:\httpd\cgi-bin\form-rpt.pst >> %of%
  12.  
  13.  
  14.